翻訳と辞書
Words near each other
・ Self-Made Men
・ Self-managed social centers in Italy
・ Self-management
・ Self-management (computer science)
・ Self-marriage
・ Self-Master Colony
・ Self-medication
・ Self-medication (disambiguation)
・ Self-microemulsifying drug delivery system
・ Self-mixing interferometry
・ Self-modifying code
・ Self-monitoring
・ Self-motion
・ Self-neglect
・ Self-optimization
Self-organising heuristic
・ Self-organization
・ Self-organized criticality
・ Self-organized criticality control
・ Self-Organized Time Division Multiple Access
・ Self-organizing list
・ Self-organizing map
・ Self-organizing network
・ Self-oscillation
・ Self-ownership
・ Self-paced instruction
・ Self-parenting
・ Self-parody
・ Self-perceived quality-of-life scale
・ Self-perception theory


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Self-organising heuristic : ウィキペディア英語版
Self-organising heuristic

In computing, a Self-organising heuristic is an algorithm that modifies a data structure such as a linked list in response to use of the data structure.
Examples might be:
* Move-to-front (or 'Move to top')
* Self-learning Frequency list (or 'Order by access frequency')
* Re-insert at random position
* Move to back
==Example Applications==
''Move to front'', or ''Order by access frequency'', might be used to organize a cache of information, so that frequently used, or recently used information is at the top (and so can be found quickly, without having to traverse the whole list).
''Order by frequency'' might be used to re-arrange a list of options in a GUI menu, so that the top ones are the ones most commonly selected by the user.
''Re-insert at random'' or ''Move to back'' might be used to organise a list of mirror servers, so that once a server has been used for downloading, it goes to the back of the queue, to discourage the user from selecting it again.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Self-organising heuristic」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.